home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / t_unix / j109lxa4.tar / nos.cfg < prev    next >
Text File  |  1994-06-04  |  3KB  |  121 lines

  1. #SAMPLE: these are the defaults used.
  2. #These are new names for the various files and directories used in nos.
  3. #To use them, run nos as 'nos -fnos.cfg'
  4. #If you don't change a particular filename, you should comment out each
  5. #unneeded line, since they allocate memory for the new name.
  6.  
  7. #lines need to be either comments (starting with #)
  8. #or have a valid 'file=filename' format.
  9. #(lines are NOT case sensitive.)
  10. #all others are ignored; this allows for different compiles to
  11. #use the same files-configuration file...
  12. #both spaces or tabs can be used as separators.
  13.  
  14. #921125 - WG7J
  15.  
  16. #the autoexec file containing system setup
  17. Startup = /autoexec.nos
  18.  
  19. #the user permission file
  20. Userfile = /ftpusers
  21.  
  22. #the ftp host file for auto-login
  23. Hostfile = /net.rc
  24.  
  25. #the mail log file
  26. Maillog = /spool/mail.log
  27.  
  28. #the directory where local mail gets delivered
  29. Mailspool = /spool/mail
  30.  
  31. #the directory where mail gets queued for the smtp daemon to handle
  32. Mailqdir = /spool/mqueue
  33.  
  34. #this should have same path as the above!!
  35. Mailqueue = /spool/mqueue/*.wrk
  36.  
  37. #if you route mail, here is goes
  38. #Routeqdir = /spool/rqueue
  39.  
  40. #the mail alias file
  41. Alias = /alias
  42.  
  43. #the domain.txt file
  44. Dfile = /domain.txt
  45.  
  46.  
  47. #directory where finger files go
  48. Fdir = /finger
  49.  
  50. #the file where the finger database is maintained
  51. Fdbase = /finger/dbase.dat
  52.  
  53. #the list of areas on the system
  54. Arealist = /spool/areas
  55.  
  56. #mailbox message of the day
  57. Motdfile = /spool/motd.txt
  58.  
  59. #mail rewrite rules
  60. Rewritefile = /spool/rewrite
  61.  
  62. #user signatures go here
  63. Signature = /spool/signatur
  64.  
  65. #Bulletin ID's go here
  66. Historyfile = /spool/history
  67.  
  68. #Help files go in this directory
  69. Helpdir = /spool/help
  70.  
  71. #the user defaults file (created by system)
  72. UDefaults = /spool/users.dat
  73.  
  74. #backup of the above
  75. UDefbak = /spool/users.bak
  76.  
  77. #Convers user info file; notice that default is the same as Fdbase file !
  78. Cinfo = /finger/dbase.dat
  79.  
  80. #pop users are listed in this
  81. Popusers = /popusers
  82.  
  83. #FTP message of the day
  84. Ftpmotd = /spool/ftpmotd.txt
  85.  
  86. #NNTP directory
  87. Newsdir = /spool/news
  88.  
  89. #BBS forward file
  90. Forwardfile = /spool/forward.bbs
  91.  
  92. #saved netrom routes go here
  93. Netromfile = /netrom.sav
  94.  
  95. #these commands get executed on exit
  96. Onexit = /onexit.nos
  97.  
  98. #expire command file
  99. Expirefile = /spool/expire.dat
  100.  
  101. #NNTP active file
  102. Active = /spool/news/active
  103.  
  104. #NNTP pointer file
  105. Pointer = /spool/news/pointer
  106.  
  107. #NNTP info
  108. NInfo = /spool/news/info
  109.  
  110. #NNTP help
  111. Nhelp = /spool/news/help
  112.  
  113. #NNTP message history file
  114. History = /spool/news/history
  115.  
  116. #NNTP forward
  117. Forward = /spool/news/forward
  118.  
  119. #NNTP poll
  120. Poll = /spool/news/poll
  121.